bpo-33431: Change description about doc in programming, faq.#6706
bpo-33431: Change description about doc in programming, faq.#6706lyu-huiyang wants to merge 4 commits intopython:masterfrom lyu-huiyang:patch-1
Conversation
The description `and in all cases in the standard library` is not good.
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. When your account is ready, please add a comment in this pull request Thanks again to your contribution and we look forward to looking at it! |
Change description about programming.
Change description about programming, faq
|
CLA has signed. |
|
Hi @lvhuiyang, thanks for contributing and welcome! The CLA may take some time to be validated don't worry. About your modification, as it's in an already long answer about a broader subject, I would go toward simplifying the paragraph (removing things) instead of complexifying it. Why not simply removing the For small documentation changes like this, next time it would be OK not to add a news entry |
|
@JulienPalard Thank you for your reply, I agree with you about simplifying the paragraph. And I changed the news entry to be clearer. I has submited a comment again. So this is a so small modification, if this PR is not necessary I will close. |
I think the description
and in all cases in the standard libraryis not good. The methodpop()that mutates an object will not returnNone.https://bugs.python.org/issue33431